From c62a4dd53e400e299e2a5705319f90167994f6eb Mon Sep 17 00:00:00 2001 From: Klaus Purer Date: Sun, 1 Apr 2018 21:35:23 +0200 Subject: [PATCH] chore(cli): Remove dead code in main() --- src/bin/cli.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/cli.rs b/src/bin/cli.rs index f1440053d..548557395 100644 --- a/src/bin/cli.rs +++ b/src/bin/cli.rs @@ -68,8 +68,6 @@ Run with 'cargo -Z [FLAG] [SUBCOMMAND]'" return Ok(()); } - if args.subcommand_name().is_none() {} - execute_subcommand(config, args) } -- 2.30.2